﻿body {
}

.formStyle {
    background-color: rgb(253 249 249 / 70%);
    padding: 30px 30px 7px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 80%;
    max-width: 80%;
    margin: 20px auto;
}


.RadTabStrip_Default .rtsLI,
.RadTabStrip_Default .rtsLink {
    color: #000;
    font: 112p "Segoe UI", Arial, sans-serif;
}

.fas {
    opacity: 0.6; /* Default opacity */
    /*transition: opacity 0.3s;*/ /* Smooth transition for opacity change */
}

    /* Darkening effect on hover for all Font Awesome icons */
    .fas:hover {
        opacity: 1; /* Darker opacity on hover */
    }

.gridview-container {
    max-height: 300px;
    overflow-y: scroll;
    /*margin-right:-20px;*/
}

.gridview-container::-webkit-scrollbar {
        display: none;
}

.gridview-table tr, td {
    border-color: #efe7e7;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 10px;
}

.thead th {
    border-color: #efe7e7;
    background-color: aqua;
    color: #918686;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
}

.selected-row {
    background-color: #cfd8dc; /* Change the background color as needed */
}


.my-div {
    width: calc(20% - 10px);
    margin-right: 10px;
    padding-right: 0px;
    min-width: 123px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: white;
    background-color: darkslategrey;
    text-decoration: none;
}

.btn {
    padding: 3px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: dimgray;
    color: white;
    width: 120px;
    height: 40px
}

.RadComboBox table td.rcbInputCell {
      height: 20px;
    line-height: 1px;
}

.Forminputbox.RadComboBox .rcbInputCell .rcbInput {
    height: 20px ;
}


.RadComboBox_Default .rcbInputCellLeft, .RadComboBox_Default .rcbInputCellRight, .RadComboBox_Default .rcbArrowCellLeft, .RadComboBox_Default .rcbArrowCellRight {
    background-image: none !important;
}

/*RadComboBox Arrow*/

.RadComboBox .rcbArrowCell a {
    position: relative;
    outline: 0 ;
    overflow: hidden ;
    display: block ;
    left: 0;
    width: 14px ;
    height: 23px;
    cursor: default ;
    text-decoration: none ;
    text-indent: 0px ;
    font-size: 10px ;
    line-height: 30px;
}

.RadComboBox, .RadComboBox .rcbInput, .RadComboBoxDropDown {
    font-size: 15px;
    text-align: left;
    background: white;
    border-radius: 3px;
}

    .RadComboBoxDropDown .rcbHovered {
        background: rgba(204,204,204,0.75) !important;
        font-size: 15px !important;
    }

    .RadComboBox .rcbArrowCell a::before {
        content: "▼  " !important;
        color: rgba(32,62,80,.95) !important; /*For Project*/
    }


    .RadComboBox table td.rcbInputCell, .RadComboBox .rcbInputCell .rcbInput {
        /* padding-bottom: 6px !important;*/
    }

.RadComboBoxDropDown {
    position: absolute;
    cursor: default;
    font-size: 15px;
    border: 1px !important;
    box-shadow: 0 4px 4px -5px #ccc;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 15px;
}

.Forminputbox {
    /* padding-left: 3px !important; */
    transition: .2s all;
    width: 100% !important;
    max-width: 100%;
    min-height: 20px !important;
    height: 20px !important;
    background-color: white;
    outline: none !important;
    border-radius: 0.25rem !important;
    border: 0.2px solid #e1d3d3 !important;
    box-shadow: 2px 2px 0px 0px #c3bfad;
    margin-bottom: 18px;
    margin-top: 1px;
    font-size: 17px;
    font-weight:100;
}

html body .RadComboBox .rcbText, html body .RadComboBox .rcbInput {
    font-size: 15px;
    font-family: Arial;
}

.div-ImgBox {
    /* padding-left: 3px !important; */
    width: 100px;
    height: 213px;
    background-color: white;
    outline: none;
    border-radius: 0.25rem;
    border: 0.2px solid #e1d3d3;
    box-shadow: 2px 2px 0px 0px #c3bfad;
    margin-bottom: 18px;
    margin-top: 1px;
    text-align: center
}

.RadComboBox_Default, .RadComboBox_Default .rcbInput, .RadComboBoxDropDown_Default {
    font-family: 'Poppins',Arial;
    font-weight: 400;
    font-size: 12px;
}

    .RadComboBoxDropDown_Default .rcbHeader {
        background-image: none;
    }

.RadComboBoxDropDown .rcbList {
    list-style: none outside;
    position: relative;
    font-size: 15px;
    font-family: Arial;
    margin: 0;
    padding: 0;
    color: gray;
}

.RadComboBox table td.rcbInputCell, .RadComboBox .rcbInputCell .rcbInput {
    /* padding-bottom: 6px !important; */
    position: relative;
    font-size: 15px;
    font-family: Arial;
    margin: 0;
    padding: 0;
    color: gray;
}

html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
    font: 10px "Poppins",arial;
    color: black;
    padding-left: 7px;
}


.formStyle {
    background-color: rgb(253 249 249 / 70%); /* Transparent background */
    /* padding: 30px;*/
    padding: 30px 30px 7px 20px; /* Added bottom padding here (30px left/right, 50px bottom) */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 80%;
    max-width: 80%; /* Limit the max-width */
    margin: 20px auto; /* Center the form container */
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.icon-margin {
    margin-right: 4px; /* Custom margin */
    justify-content: flex-end;
}

.form-section {
    display: none;
}

.active-form {
    display: block;
}

<style >
/* Form Elements */
/* Base styles */
.form-group2 {
    position: relative;
    /*margin-bottom: 20px;*/
}

.label-placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: 0.3s ease all;
    color: #655f5f;
    font-size: 14px;
    pointer-events: none;
}

.address-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    color: #655f5f;
    background-color: #fff;
}

    /* Focused or filled input */
    .address-input:focus + .label-placeholder,
    .address-input:not(:placeholder-shown) + .label-placeholder {
        top: 0;
        font-size: 12px;
        color: palevioletred; /* Raised label color: red */
        background: #fff; /* Optional: Background color to match the input */
        padding: 0 5px; /* Padding for the label */
    }

</style >





